Meeting room reservation entity class.
GSC357X
| method | description |
|---|---|
public ConfReservation(); |
No parameter construction method
Supported Products:GSC357X |
public String getConfStatus(); |
Get conf status
Return:String Conf statusSupported Products:GSC357X |
public String getConfStartTime(); |
Get conf start time
Return:String Conf start timeSupported Products:GSC357X |
public String getConfEndTime(); |
Get conf end time
Return:String Conf end timeSupported Products:GSC357X |
| Member | description |
|---|---|
private String confStatus |
Conf status
Supported Products:GSC357X |
private String confStartTime |
Conf start time
Supported Products:GSC357X |
private String confEndTime |
Conf end time
Supported Products:GSC357X |